3.1.37 \(\int \frac {1}{x^3 (a+b \csc ^{-1}(c x))} \, dx\) [37]

Optimal. Leaf size=63 \[ \frac {c^2 \text {CosIntegral}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right ) \sin \left (\frac {2 a}{b}\right )}{2 b}-\frac {c^2 \cos \left (\frac {2 a}{b}\right ) \text {Si}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right )}{2 b} \]

[Out]

-1/2*c^2*cos(2*a/b)*Si(2*a/b+2*arccsc(c*x))/b+1/2*c^2*Ci(2*a/b+2*arccsc(c*x))*sin(2*a/b)/b

________________________________________________________________________________________

Rubi [A]
time = 0.11, antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.429, Rules used = {5331, 4491, 12, 3384, 3380, 3383} \begin {gather*} \frac {c^2 \sin \left (\frac {2 a}{b}\right ) \text {CosIntegral}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right )}{2 b}-\frac {c^2 \cos \left (\frac {2 a}{b}\right ) \text {Si}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right )}{2 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x^3*(a + b*ArcCsc[c*x])),x]

[Out]

(c^2*CosIntegral[(2*a)/b + 2*ArcCsc[c*x]]*Sin[(2*a)/b])/(2*b) - (c^2*Cos[(2*a)/b]*SinIntegral[(2*a)/b + 2*ArcC
sc[c*x]])/(2*b)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 3380

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rule 3383

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 3384

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Dist[Cos[(d*e - c*f)/d], Int[Sin[c*(f/d) + f*x]
/(c + d*x), x], x] + Dist[Sin[(d*e - c*f)/d], Int[Cos[c*(f/d) + f*x]/(c + d*x), x], x] /; FreeQ[{c, d, e, f},
x] && NeQ[d*e - c*f, 0]

Rule 4491

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 5331

Int[((a_.) + ArcCsc[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Dist[-(c^(m + 1))^(-1), Subst[Int[(a + b*
x)^n*Csc[x]^(m + 1)*Cot[x], x], x, ArcCsc[c*x]], x] /; FreeQ[{a, b, c}, x] && IntegerQ[n] && IntegerQ[m] && (G
tQ[n, 0] || LtQ[m, -1])

Rubi steps

\begin {align*} \int \frac {1}{x^3 \left (a+b \csc ^{-1}(c x)\right )} \, dx &=-\left (c^2 \text {Subst}\left (\int \frac {\cos (x) \sin (x)}{a+b x} \, dx,x,\csc ^{-1}(c x)\right )\right )\\ &=-\left (c^2 \text {Subst}\left (\int \frac {\sin (2 x)}{2 (a+b x)} \, dx,x,\csc ^{-1}(c x)\right )\right )\\ &=-\left (\frac {1}{2} c^2 \text {Subst}\left (\int \frac {\sin (2 x)}{a+b x} \, dx,x,\csc ^{-1}(c x)\right )\right )\\ &=-\left (\frac {1}{2} \left (c^2 \cos \left (\frac {2 a}{b}\right )\right ) \text {Subst}\left (\int \frac {\sin \left (\frac {2 a}{b}+2 x\right )}{a+b x} \, dx,x,\csc ^{-1}(c x)\right )\right )+\frac {1}{2} \left (c^2 \sin \left (\frac {2 a}{b}\right )\right ) \text {Subst}\left (\int \frac {\cos \left (\frac {2 a}{b}+2 x\right )}{a+b x} \, dx,x,\csc ^{-1}(c x)\right )\\ &=\frac {c^2 \text {Ci}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right ) \sin \left (\frac {2 a}{b}\right )}{2 b}-\frac {c^2 \cos \left (\frac {2 a}{b}\right ) \text {Si}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right )}{2 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 56, normalized size = 0.89 \begin {gather*} -\frac {c^2 \left (-\text {CosIntegral}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right ) \sin \left (\frac {2 a}{b}\right )+\cos \left (\frac {2 a}{b}\right ) \text {Si}\left (\frac {2 a}{b}+2 \csc ^{-1}(c x)\right )\right )}{2 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x^3*(a + b*ArcCsc[c*x])),x]

[Out]

-1/2*(c^2*(-(CosIntegral[(2*a)/b + 2*ArcCsc[c*x]]*Sin[(2*a)/b]) + Cos[(2*a)/b]*SinIntegral[(2*a)/b + 2*ArcCsc[
c*x]]))/b

________________________________________________________________________________________

Maple [A]
time = 0.20, size = 58, normalized size = 0.92

method result size
derivativedivides \(c^{2} \left (-\frac {\sinIntegral \left (\frac {2 a}{b}+2 \,\mathrm {arccsc}\left (c x \right )\right ) \cos \left (\frac {2 a}{b}\right )}{2 b}+\frac {\cosineIntegral \left (\frac {2 a}{b}+2 \,\mathrm {arccsc}\left (c x \right )\right ) \sin \left (\frac {2 a}{b}\right )}{2 b}\right )\) \(58\)
default \(c^{2} \left (-\frac {\sinIntegral \left (\frac {2 a}{b}+2 \,\mathrm {arccsc}\left (c x \right )\right ) \cos \left (\frac {2 a}{b}\right )}{2 b}+\frac {\cosineIntegral \left (\frac {2 a}{b}+2 \,\mathrm {arccsc}\left (c x \right )\right ) \sin \left (\frac {2 a}{b}\right )}{2 b}\right )\) \(58\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^3/(a+b*arccsc(c*x)),x,method=_RETURNVERBOSE)

[Out]

c^2*(-1/2*Si(2*a/b+2*arccsc(c*x))*cos(2*a/b)/b+1/2*Ci(2*a/b+2*arccsc(c*x))*sin(2*a/b)/b)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/(a+b*arccsc(c*x)),x, algorithm="maxima")

[Out]

integrate(1/((b*arccsc(c*x) + a)*x^3), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/(a+b*arccsc(c*x)),x, algorithm="fricas")

[Out]

integral(1/(b*x^3*arccsc(c*x) + a*x^3), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{x^{3} \left (a + b \operatorname {acsc}{\left (c x \right )}\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**3/(a+b*acsc(c*x)),x)

[Out]

Integral(1/(x**3*(a + b*acsc(c*x))), x)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 95, normalized size = 1.51 \begin {gather*} \frac {1}{2} \, {\left (\frac {2 \, c \cos \left (\frac {a}{b}\right ) \operatorname {Ci}\left (\frac {2 \, a}{b} + 2 \, \arcsin \left (\frac {1}{c x}\right )\right ) \sin \left (\frac {a}{b}\right )}{b} - \frac {2 \, c \cos \left (\frac {a}{b}\right )^{2} \operatorname {Si}\left (\frac {2 \, a}{b} + 2 \, \arcsin \left (\frac {1}{c x}\right )\right )}{b} + \frac {c \operatorname {Si}\left (\frac {2 \, a}{b} + 2 \, \arcsin \left (\frac {1}{c x}\right )\right )}{b}\right )} c \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/(a+b*arccsc(c*x)),x, algorithm="giac")

[Out]

1/2*(2*c*cos(a/b)*cos_integral(2*a/b + 2*arcsin(1/(c*x)))*sin(a/b)/b - 2*c*cos(a/b)^2*sin_integral(2*a/b + 2*a
rcsin(1/(c*x)))/b + c*sin_integral(2*a/b + 2*arcsin(1/(c*x)))/b)*c

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {1}{x^3\,\left (a+b\,\mathrm {asin}\left (\frac {1}{c\,x}\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^3*(a + b*asin(1/(c*x)))),x)

[Out]

int(1/(x^3*(a + b*asin(1/(c*x)))), x)

________________________________________________________________________________________